Job Radar. Live notifications. AI processed.
upwork.com 2026-04-30 π‘
πΉ Find CEO, President, CFO Emails
π€ Client: πΊπΈ USA Member since 2025-09-05
π° Price: $100
π© Problem: Gather contact information (emails) for key executives of companies.
π¦ Existing: Not specified
Specifications:
[Target] Identify and extract email addresses for CEOs, Presidents, and CFOs from company websites or public records.
[Method] Use web scraping tools to automate the process where possible. Manual verification may be required for accuracy.
[UI/UX] Not applicable; focus on backend data processing.
[Stack] Python with libraries like Beautiful Soup or Scrapy, possibly integrating with APIs for faster lookups.
[Security] Ensure compliance with privacy laws and respect data protection regulations (GDPR, CCPA).
[Format] Output in a structured JSON format: {company_name: {ceo_email: 'email@example.com', president_email: 'president@example.com', cfo_email: 'cfo@example.com'}}.
Workflow:
1. Prepare the list of companies and their addresses.
2. Develop or select a web scraping tool to extract email addresses from company websites.
3. Validate extracted emails through manual checks or additional tools.
4. Organize data into the specified JSON format.